home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / pavt117.zip / HISTORY.TXT < prev    next >
Text File  |  1991-12-23  |  2KB  |  41 lines

  1.  -- PAvatar Revision Log --
  2.  
  3. 1.17   --  Bugs fixed: The ANSI request cursor position was not responding
  4. 12-23-91   correctly.  Replacement SwapVectors procedure has been dropped,
  5.            use Set_Sound_backg (read the docs).  There were mis-calculations
  6.            in the unit's fill and highlight area routines which resulted in
  7.            an improper display when not using window number 0.
  8.            Two new procedures have been added.  The In_Command function
  9.            allows you to determine when the interpreter is in the middle of
  10.            processing an Avt/ANSI command.  The UpdateCursor procedure can
  11.            now change the cursor position easily.  The demo program now
  12.            checks the validity of coordinates passed to it's hooks.
  13.  
  14. 1.15   --  Bugs fixed: When a sound in made under DESQview with the PAvt1
  15. 10-06-91   unit, it would overwrite a random memory location.  When issuing
  16.            a set cursor style command the same thing could happen.  This
  17.            has been fixed.
  18.            There is now an easy way to control the sound that the unit will
  19.            make via a new procedure "Set_Sound_backg", and a new variable
  20.            "Sound_Stat".  All of the Avatar/1 queries are now supported.
  21.            Previously only the ID query would respond.  (see the
  22.            QUERIES.DOC file for details.)  The demo programs have been
  23.            combined into one with an include file for the hooks in the event
  24.            that you want to use the code in your programs.  The demo
  25.            program's screen writing has been sped up 30%.
  26.  
  27. 1.10   --  Added a procedure to set the active screen size without having
  28. 09-07-91   to reset it with the ResetTerminal procedure.  There is now
  29.            a slimmed down version (PAvt0) included which supports level 0+
  30.            and ANSI-BBS only.  The unit names have changed to better
  31.            reflect the name of the package.
  32.  
  33. 1.01p  --  Fixed a bug in the DESQview_Version function which caused it
  34. 08-25-91   not to work properly.  Added an enhanced SwapVectors procedure
  35.            to allow dos shells and swapping exec commands.  Before the
  36.            interrupt $1C hook wasn't being restored and usually resulted
  37.            in a lockup.  (Thanks to Mark Cook for noticing that bug.)
  38.  
  39. 1.00p  --  The original release.
  40. 08-01-91
  41.